Turn Python OFF if version < 2.7 and issue warning

Created by: williamfgc

Pybind11 only supports Python 2.7 and above, should we handle this nicely on CMake (message e.g. Python 2.6 is not supported, required 2.7 and above).