Enforce minimum/maximum omniORB version

omniORB4/acconfig.h has

acconfig.h:#define PACKAGE_VERSION "4.2.5"

so a compile time job like https://gitlab.com/tango-controls/cppTango/-/blob/main/configure/test_zmq_version.cpp could test the the minimum and maximum version on linux even without pkg-config.

Traditionally we don't do these checks on Windows. But of course we would like to have them as well. Either now or in the future.