Move all the code related to find_package(ACL) to the root CMakeLists.txt
This code was scattered in various CMakeLists.txt, as dfaure suggested it makes more sense to have it all in one location.
Compile kacltest only if ACL is found. This fixes the windows build on the CI.
Edited by Ahmad Samir