Does exist something like AC_CHECK_HEADER (from autoconf)? I'd like to search for some header files. I know there is a command FIND_FILE, but it doesn't searches all the include paths in my computer. And setting the absolute path for FIND_FILE command is quite cumbersome, because e.g. STD and STL files are stored at different places at different platforms. -David